home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d27
/
bebe300.arc
/
REVISION.DOC
< prev
next >
Wrap
Text File
|
1991-05-10
|
2KB
|
45 lines
BEBE revisions history
******************************************************************************
Version 1.00 12-30-89
Initial release.
Version 1.10 1-21-90
First update. Fixed bug with BOX command that drew out-of-proportion
boxes. Added the new command GETKEY.
Version 1.11 4-3-90
User reported bug with LOCATE command was fixed. The cursor wasn't
positioned properly.
Version 2.00 5-1-90
Due to increased development time and effort in BEBE I had to split
versions. Unregistered version is now called TRYBEBE and registered version
is simply BEBE. Major new features will be added to the registered version
only. Added MEMFREE report to the STATUS command that reports the amount
of free DOS memory. Added three very powerful string handling commands -
PARSE that allows you to break up a string - STRINGSIZE that determines the
size of a string - SUBSTRING that allows you to truncate a string.
Version 3.00 12-9-90
Major revision. Fixed continually annoying behavior of the box command.
Added new string handling functions LOWER and UPPER. Added the capability
to all commands that set environment variables to optionally send the
output to a text file or to a batch file that will set the environment. This
was done to accomodate setting environment variables in a secondary copy of
the command processor, such as when shelling out of a program or running
BEBE in a multi-tasking environment like Windows 3.0 or Desqview. Because of
this feature (or bug fix if you prefer), I had to change the name of some
commands and re-write the command line parsing routines of all the commands.
Everything behaves just as expected, which feels like a minor miracle after
a project of this size. Major re-write of the documentation to accomodate
all of the changes.